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 | 瀛??蛾?? | 1110000001101001001111110011111110001001111010010011111100111111 | e0693f3f89e93f3f |
EUC-JP | 瀛??蛾?? | 1101111111001010001111110011111110110010111010110011111100111111 | dfca3f3fb2eb3f3f |
UTF-8 | 瀛륂뢟蛾릥궪 | 111001111000000010011011111010111010010110000010111010111010001010011111111010001001101110111110111010111010011010100101111010101011011010101010 | e7809beba582eba29fe89bbeeba6a5eab6aa |
UHC | 瀛륂뢟蛾릥궪 | 111001111011101010001111111011011000111101011010111001001011011010010000100001111000001010111100 | e7ba8fed8f5ae4b6908782bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)