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 | 醍逢??? | 10010001111001111000100010100111001111110011111100111111 | 91e788a73f3f3f |
EUC-JP | 醍逢??? | 11000010111010011011000010101001001111110011111100111111 | c2e9b0a93f3f3f |
UTF-8 | 醍逢렱펠쓱 | 111010011000011010001101111010011000000010100010111010111010000010110001111011011000111010100000111011001001001110110001 | e9868de980a2eba0b1ed8ea0ec93b1 |
UHC | 醍逢렱펠쓱 | 11110000101101011101110011110001100011101011111011000110111001111011111010110011 | f0b5dcf18ebec6e7beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)