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 | 夜??蔭?┏ | 100101101110100100111111001111111000100011111100001111111000010010101100 | 96e93f3f88fc3f84ac |
EUC-JP | 夜??蔭?┏ | 110011001110101100111111001111111011000011111110001111111010100010101110 | cceb3f3fb0fe3fa8ae |
UTF-8 | 夜껋뜽蔭쇗┏ | 111001011010010010011100111010101011101110001011111010111001110010111101111010001001010010101101111011001000011110010111111000101001010010001111 | e5a49ceabb8beb9cbde894adec8797e2948f |
UHC | 夜껋뜽蔭쇗┏ | 111001011010100010000011111011001000110110111000111010111110001110111100111001101010011010101110 | e5a883ec8db8ebe3bce6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)