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 | 烏??鈺?? | 1000100101000111001111110011111111111011110001000011111100111111 | 89473f3ffbc43f3f |
EUC-JP | 烏??鈺?? | 101100011010100000111111001111111000111111100011110101010011111100111111 | b1a83f3f8fe3d53f3f |
UTF-8 | 烏녿젔鈺됰젚 | 111001111000001110001111111010111000010110111111111011001010000010010100111010011000100010111010111010111001000010110000111011001010000010011010 | e7838feb85bfeca094e988baeb90b0eca09a |
UHC | 烏녿젔鈺됰젚 | 111010001010000110000110111010111010000010010010111010001010110110001001111010111010000010010110 | e8a186eba092e8ad89eba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)