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 | 瀛??循?? | 1110000001101001001111110011111110001111011110100011111100111111 | e0693f3f8f7a3f3f |
EUC-JP | 瀛??循?? | 1101111111001010001111110011111110111101110110110011111100111111 | dfca3f3fbddb3f3f |
UTF-8 | 瀛럦댆循뙊뢅 | 111001111000000010011011111010111001111110100110111010111000110010000110111001011011111010101010111010111001100110001010111010111010001010000101 | e7809beb9fa6eb8c86e5beaaeb998aeba285 |
UHC | 瀛럦댆循뙊뢅 | 111001111011101010001110100010011000100010110000111000101110000010001100100011111000111101000001 | e7ba8e8988b0e2e08c8f8f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)