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 | 洩竪渫洩 | 1000100101101011100100100100011110011111110101101000100101101011 | 896b92479fd6896b |
EUC-JP | 洩竪渫洩 | 1011000111001100110000111010100011011110110110001011000111001100 | b1ccc3a8ded8b1cc |
UTF-8 | 洩竪渫洩 | 111001101011010010101001111001111010101110101010111001101011100010101011111001101011010010101001 | e6b4a9e7abaae6b8abe6b4a9 |
UHC | 洩竪渫洩 | 1110000011011101111000101011010111100000110111101110000011011101 | e0dde2b5e0dee0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)