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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 葬?Y葬?bE | 100100011001001000111111010110011001000110010010001111110110001001000101 | 91923f5991923f6245 |
EUC-JP | 葬?Y葬?bE | 110000011111001000111111010110011100000111110010001111110110001001000101 | c1f23f59c1f23f6245 |
UTF-8 | 葬렱Y葬렱bE | 111010001001000110101100111010111010000010110001010110011110100010010001101011001110101110100000101100010110001001000101 | e891aceba0b159e891aceba0b16245 |
UHC | 葬렱Y葬렱bE | 1110110111110111100011101011111001011001111011011111011110001110101111100110001001000101 | edf78ebe59edf78ebe6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)