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 | ヤ郢肬ウ | 11110000101011111101010011100111101110011110001111101101111100011000111010110011 | f0afd4e7b9e3edf18eb3 |
EUC-JP | ?ヤ郢肬?ウ | 00111111100011101101010011101110101110111110011011101111001111111000111010110011 | 3f8ed4eebbe6ef3f8eb3 |
UTF-8 | ヤ郢肬ウ | 111011101000000110101110111011111011111010010100111010011000001110100010111010001000001010101100111011101000010010001001111011111011110110110011 | ee81aeefbe94e983a2e882acee8489efbdb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)