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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歟??驛 | 100111110110001000111111001111111110100110000011 | 9f623f3fe983 |
EUC-JP | 歟??驛 | 110111011100001100111111001111111111000111100011 | ddc33f3ff1e3 |
UTF-8 | 歟곷쩂驛 | 111001101010110110011111111010101011001110110111111011001010100110000010111010011010100110011011 | e6ad9feab3b7eca982e9a99b |
UHC | 歟곷쩂驛 | 1110011010100010100000011110101110100100100111001110011010111110 | e6a281eba49ce6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)