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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 똄땧뼗}똄땧뼗{^ | 111010111001100010000100111010111001010110100111111010111011110010010111011111011110101110011000100001001110101110010101101001111110101110111100100101110111101101011110 | eb9884eb95a7ebbc977deb9884eb95a7ebbc977b5e |
UHC | 똄땧뼗}똄땧뼗{^ | 100011000100010110001011011101111001011010011111011111011000110001000101100010110111011110010110100111110111101101011110 | 8c458b77969f7d8c458b77969f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)