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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莨水オ^ | 11100100101111001001000010000101100000110100100101011110 | e4bc908583495e |
EUC-JP | 莨水オ^ | 11101000101111101011111111100101101001011010101001011110 | e8bebfe5a5aa5e |
UTF-8 | 莨水オ^ | 11101000100011101010100011100110101100001011010011100011100000101010101001011110 | e88ea8e6b0b4e382aa5e |
UHC | ?水オ^ | 001111111110001010101001101010111010101001011110 | 3fe2a9abaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)