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 | 濡??傲?? | 1001010001000111001111110011111110011000111111000011111100111111 | 94473f3f98fc3f3f |
EUC-JP | 濡??傲?? | 1100011110101000001111110011111111010000111111100011111100111111 | c7a83f3fd0fe3f3f |
UTF-8 | 濡뗫졅傲욌죲 | 111001101011111110100001111010111001011110101011111011001010000110000101111001011000001010110010111011001001101010001100111011001010001110110010 | e6bfa1eb97abeca185e582b2ec9a8ceca3b2 |
UHC | 濡뗫졅傲욌죲 | 111010111010000110001011111010111010000010110110111001111110110010011110111010111010000110001101 | eba18beba0b6e7ec9eeba18d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)