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 | MBP·\H | 100100100100110110010010010000101001001001010000100100011011011110010010010111001001001001001000 | 924d9242925091b7925c9248 |
SJIS-WIN | ?M?B?P???\?H | 001111110100110100111111010000100011111101010000001111110011111100111111010111000011111101001000 | 3f4d3f423f503f3f3f5c3f48 |
EUC-JP | ?M?B?P???\?H | 001111110100110100111111010000100011111101010000001111110011111100111111010111000011111101001000 | 3f4d3f423f503f3f3f5c3f48 |
UTF-8 | MBP·\H | 11000010100100100100110111000010100100100100001011000010100100100101000011000010100100011100001010110111110000101001001001011100110000101001001001001000 | c2924dc29242c29250c291c2b7c2925cc29248 |
UHC | ?M?B?P?·?\?H | 00111111010011010011111101000010001111110101000000111111101000011010010000111111010111000011111101001000 | 3f4d3f423f503fa1a43f5c3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)