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 | ?納杷げ?? | 001111111001010001011011100101000110011010000010101100000011111100111111 | 3f945b946682b03f3f |
EUC-JP | ?納杷げ?? | 001111111100011110111100110001111100011110100100101100100011111100111111 | 3fc7bcc7c7a4b23f3f |
UTF-8 | 룶納杷げ룶쾹 | 111010111010001110110110111001111011010010001101111001101001110110110111111000111000000110010010111010111010001110110110111011001011111010111001 | eba3b6e7b48de69db7e38192eba3b6ecbeb9 |
UHC | 룶納杷げ룶쾹 | 100011111010101111010010101000011111011111101101101010101011001010001111101010111011001010001111 | 8fabd2a1f7edaab28fabb28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)