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 | 永gぎ | 100010010110100110000010100001111000001010101100 | 8969828782ac |
EUC-JP | 永gぎ | 101100011100101010100011111001111010010010101110 | b1caa3e7a4ae |
UTF-8 | 永gぎ | 111001101011000010111000111011111011110110000111111000111000000110001110 | e6b0b8efbd87e3818e |
UHC | 永gぎ | 111001111011010110100011111001111010101010101110 | e7b5a3e7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)