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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 地??地??^ | 100100100110111000111111001111111001001001101110001111110011111101011110 | 926e3f3f926e3f3f5e |
EUC-JP | 地??地??^ | 110000111100111100111111001111111100001111001111001111110011111101011110 | c3cf3f3fc3cf3f3f5e |
UTF-8 | 地대뗀地대뗀^ | 11100101100111001011000011101011100011001000000011101011100101111000000011100101100111001011000011101011100011001000000011101011100101111000000001011110 | e59cb0eb8c80eb9780e59cb0eb8c80eb97805e |
UHC | 地대뗀地대뗀^ | 11110010101000101011010011101011101101101011111011110010101000101011010011101011101101101011111001011110 | f2a2b4ebb6bef2a2b4ebb6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)