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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | 秧??G秧? | 1110001001011110001111110011111101000111111000100101111000111111 | e25e3f3f47e25e3f |
EUC-JP | 秧??G秧? | 1110001110111111001111110011111101000111111000111011111100111111 | e3bf3f3f47e3bf3f |
UTF-8 | 秧믥윮G秧쁁 | 11100111101001111010011111101011101011111010010111101100100111001010111001000111111001111010011110100111111011001000000110000001 | e7a7a7ebafa5ec9cae47e7a7a7ec8181 |
UHC | 秧믥윮G秧쁁 | 1110010011101011100100101110011110011111101011010100011111100100111010111001100001000010 | e4eb92e79fad47e4eb9842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)