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 | ?斐釐? | 001111111001010011100011111001111101100000111111 | 3f94e3e7d83f |
EUC-JP | ?斐釐? | 001111111100100011100101111011101101101000111111 | 3fc8e5eeda3f |
UTF-8 | 뤶斐釐烈 | 111010111010010010110110111001101001011010010000111010011000011110010000111011111010011010011111 | eba4b6e69690e98790efa69f |
UHC | 뤶斐釐烈 | 1000111111100100110111011110110011010111111011011110011011101111 | 8fe4ddecd7ede6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)