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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 秧??熬? | 11100010010111100011111100111111111000001001001000111111 | e25e3f3fe0923f |
EUC-JP | 秧??熬? | 11100011101111110011111100111111110111111111001000111111 | e3bf3f3fdff23f |
UTF-8 | 秧섇렘熬뽬 | 111001111010011110100111111011001000010010000111111010111010000010011000111001111000011010101100111010111011110110101100 | e7a7a7ec8487eba098e786acebbdac |
UHC | 秧섇렘熬뽬 | 11100100111010111001100011100101101101111011110111101000101000101001011011101000 | e4eb98e5b7bde8a296e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)