To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲治篠ネナ治 | 10001110110000111000111010100001100011101100001011001000110001011000111010100001 | 8ec38ea18ec2c8c58ea1 |
EUC-JP | 偲治篠ネナ治 | 101111001100010110111100101000111011110011000100100011101100100010001110110001011011110010100011 | bcc5bca3bcc48ec88ec5bca3 |
UTF-8 | 偲治篠ネナ治 | 111001011000000110110010111001101011001010111011111001111010111110100000111011111011111010001000111011111011111010000101111001101011001010111011 | e581b2e6b2bbe7afa0efbe88efbe85e6b2bb |
UHC | ?治篠??治 | 001111111111011010111101111000011100011000111111001111111111011010111101 | 3ff6bde1c63f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)