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 | 瀛??窺 | 111000000110100100111111001111111000100101001101 | e0693f3f894d |
EUC-JP | 瀛??窺 | 110111111100101000111111001111111011000110101110 | dfca3f3fb1ae |
UTF-8 | 瀛믤쨿窺 | 111001111000000010011011111010111010111110100100111011001010100010111111111001111010101010111010 | e7809bebafa4eca8bfe7aaba |
UHC | 瀛믤쨿窺 | 1110011110111010100100101110011010100100100110011101000010101010 | e7ba92e6a499d0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)