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 | 橈???? | 100111101111010000111111001111110011111100111111 | 9ef43f3f3f3f |
EUC-JP | 橈???? | 110111001111011000111111001111110011111100111111 | dcf63f3f3f3f |
UTF-8 | 橈꾦죺黎숥 | 111001101010100110001000111010101011111010100110111011001010001110111010111011111010011010001001111011001000100010100101 | e6a988eabea6eca3baefa689ec88a5 |
UHC | 橈꾦죺黎숥 | 11101000111110101000010011101001101000011001010011100110101100011001101001000010 | e8fa84e9a194e6b19a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)