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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驛??帳 | 111010011000001100111111001111111001001010100000 | e9833f3f92a0 |
EUC-JP | 驛??帳 | 111100011110001100111111001111111100010010100010 | f1e33f3fc4a2 |
UTF-8 | 驛덅눎帳 | 111010011010100110011011111010111000110110000101111010111000100010001110111001011011100010110011 | e9a99beb8d85eb888ee5b8b3 |
UHC | 驛덅눎帳 | 1110011010111110100010001110100010000111101010101110110111100011 | e6be88e887aaede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)