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 | 伊豆?移?鬱 | 10001000110010011001001110100100001111111000100011011010001111111001111101010100 | 88c993a43f88da3f9f54 |
EUC-JP | 伊豆?移?鬱 | 10110000110010111100011010100110001111111011000011011100001111111101110110110101 | b0cbc6a63fb0dc3fddb5 |
UTF-8 | 伊豆볕移렊鬱 | 111001001011110010001010111010001011000110000110111010111011001110010101111001111010011110111011111010111010000010001010111010011010110010110001 | e4bc8ae8b186ebb395e7a7bbeba08ae9acb1 |
UHC | 伊豆볕移렊鬱 | 111011001010010111010100111001111011101010110101111011001011100110001110101000011110101010100110 | eca5d4e7bab5ecb98ea1eaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)