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 | ??ヲ?幾? | 0011111100111111100000111001001000111111100010101111010000111111 | 3f3f83923f8af43f |
EUC-JP | ??ヲ?幾? | 0011111100111111101001011111001000111111101101001111011000111111 | 3f3fa5f23fb4f63f |
UTF-8 | 룶혧ヲ룵幾푯 | 111010111010001110110110111011011001100010100111111000111000001110110010111010111010001110110101111001011011100110111110111011011001000110101111 | eba3b6ed98a7e383b2eba3b5e5b9beed91af |
UHC | 룶혧ヲ룵幾푯 | 100011111010101111000010100011111010101111110010100011111010101011010000111110101100011110101001 | 8fabc28fabf28faad0fac7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)