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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 橈??帳?? | 1001111011110100001111110011111110010010101000000011111100111111 | 9ef43f3f92a03f3f |
EUC-JP | 橈??帳?? | 1101110011110110001111110011111111000100101000100011111100111111 | dcf63f3fc4a23f3f |
UTF-8 | 橈꾢쳣帳쒙풕 | 111001101010100110001000111010101011111010100010111011001011001110100011111001011011100010110011111011001001001010011001111011011001001010010101 | e6a988eabea2ecb3a3e5b8b3ec9299ed9295 |
UHC | 橈꾢쳣帳쒙풕 | 111010001111101010000100111001011010101110001001111011011110001110011100111011111011111010011000 | e8fa84e5ab89ede39cefbe98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)