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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿遮湿悉韈 | 10001110101111001000111011010101100011101011110010001110101110111110100011100111 | 8ebc8ed58ebc8ebbe8e7 |
EUC-JP | 湿遮湿悉韈 | 10111100101111101011110011010111101111001011111010111100101111011111000011101001 | bcbebcd7bcbebcbdf0e9 |
UTF-8 | 湿遮湿悉韈 | 111001101011100110111111111010011000000110101110111001101011100110111111111001101000001010001001111010011001111110001000 | e6b9bfe981aee6b9bfe68289e99f88 |
UHC | ?遮?悉? | 00111111111100111011010000111111111000111111101000111111 | 3ff3b43fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)