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 | 娃?!唯?─ | 10001000101000010011111110000001010010011001011101000010001111111000010010011111 | 88a13f814997423f849f |
EUC-JP | 娃?!唯?─ | 10110000101000110011111110100001101010101100110110100011001111111010100010100001 | b0a33fa1aacda33fa8a1 |
UTF-8 | 娃숇!唯잞─ | 111001011010100010000011111011001000100010000111111011111011110010000001111001011001010010101111111011001001111010011110111000101001010010000000 | e5a883ec8887efbc81e594afec9e9ee29480 |
UHC | 娃숇!唯잞─ | 111010001101111110011001111010111010001110100001111010101110011010011111111011111010011010100001 | e8df99eba3a1eae69fefa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)