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 | 諱ろ擺 | 111001101000000110000010111010111001110110110010 | e68182eb9db2 |
EUC-JP | 諱ろ擺 | 111010111110000110100100111011011101101010110100 | ebe1a4eddab4 |
UTF-8 | 諱ろ擺 | 111010001010101110110001111000111000001010001101111001101001001110111010 | e8abb1e3828de693ba |
UHC | 諱ろ擺 | 111111011100100110101010111011011111011111101100 | fdc9aaedf7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)