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 | 迹?肄? | 111001111001000100111111111000111110010100111111 | e7913fe3e53f |
EUC-JP | 迹?肄? | 111011011111000100111111111001101110011100111111 | edf13fe6e73f |
UTF-8 | 迹렠肄쭹 | 111010001011111110111001111010111010000010100000111010001000001010000100111011001010110110111001 | e8bfb9eba0a0e88284ecadb9 |
UHC | 迹렠肄쭹 | 1110111011101001100011101011000111101100101111011100001011100111 | eee98eb1ecbdc2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)