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 | ?診?袗?袗 | 001111111001000001100110001111111110010111010101001111111110010111010101 | 3f90663fe5d53fe5d5 |
EUC-JP | ?診?袗?袗 | 001111111011111111000111001111111110101011010111001111111110101011010111 | 3fbfc73fead73fead7 |
UTF-8 | 솜診솜袗솜袗 | 111011001000011010011100111010001010100010111010111011001000011010011100111010001010001010010111111011001000011010011100111010001010001010010111 | ec869ce8a8baec869ce8a297ec869ce8a297 |
UHC | 솜診솜袗솜袗 | 101111001101100011110010111000001011110011011000111100101101111110111100110110001111001011011111 | bcd8f2e0bcd8f2dfbcd8f2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)