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 | 航??畏?? | 1000110101110001001111110011111110001000110110000011111100111111 | 8d713f3f88d83f3f |
EUC-JP | 航??畏?? | 1011100111010010001111110011111110110000110110100011111100111111 | b9d23f3fb0da3f3f |
UTF-8 | 航쒎폀畏먪뼻 | 111010001000100010101010111011001001001010001110111011011000111110000000111001111001010110001111111010111010100010101010111010111011110010111011 | e888aaec928eed8f80e7958feba8aaebbcbb |
UHC | 航쒎폀畏먪뼻 | 111110011111111010011100111001011011110010001111111010001110011010010000111001111001011010111110 | f9fe9ce5bc8fe8e690e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)