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 | 褥μ?陰?? | 111001011111000110000011110010100011111110001001010000010011111100111111 | e5f183ca3f89413f3f |
EUC-JP | 褥μ?陰?? | 111010101111001110100110110011000011111110110001101000100011111100111111 | eaf3a6cc3fb1a23f3f |
UTF-8 | 褥μ넡陰앹뀺 | 1110100010100100101001011100111010111100111010111000010010100001111010011001100110110000111011001001010110111001111010111000000010111010 | e8a4a5cebceb84a1e999b0ec95b9eb80ba |
UHC | 褥μ넡陰앹뀺 | 111010011011001110100101111011001000011010100101111010111110010010011101111011001000010110110000 | e9b3a5ec86a5ebe49dec85b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)