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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 溜뷴줁Y溜뷴줁bE | 111011111010011110001011111010111011011110110100111011001010010010000001010110011110111110100111100010111110101110110111101101001110110010100100100000010110001001000101 | efa78bebb7b4eca48159efa78bebb7b4eca4816245 |
UHC | 溜뷴줁Y溜뷴줁bE | 111010101111111010111010111001011010000110011000010110011110101011111110101110101110010110100001100110000110001001000101 | eafebae5a19859eafebae5a1986245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)