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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襾ゅぎ | 111001100100011110000010111000111000001010101100 | e64782e382ac |
EUC-JP | 襾ゅぎ | 111010111010100010100100111001011010010010101110 | eba8a4e5a4ae |
UTF-8 | 襾ゅぎ | 111010001010010110111110111000111000001010000101111000111000000110001110 | e8a5bee38285e3818e |
UHC | ?ゅぎ | 0011111110101010111001011010101010101110 | 3faae5aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)