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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?嵩濯〓?納 | 00111111100100001001001110010001111100111000000110101100001111111001010001011011 | 3f909391f381ac3f945b |
EUC-JP | ?嵩濯〓?納 | 00111111101111111111001111000010111101011010001010101110001111111100011110111100 | 3fbff3c2f5a2ae3fc7bc |
UTF-8 | 룶嵩濯〓룶納 | 111010111010001110110110111001011011010110101001111001101011111110101111111000111000000010010011111010111010001110110110111001111011010010001101 | eba3b6e5b5a9e6bfafe38093eba3b6e7b48d |
UHC | 룶嵩濯〓룶納 | 100011111010101111100011101000011111011011111011101000011110101110001111101010111101001010100001 | 8fabe3a1f6fba1eb8fabd2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)