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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 歪??節ワ?^ | 10011000011000110011111100111111100100001101111110000011100011110011111101011110 | 98633f3f90df838f3f5e |
EUC-JP | 歪??節ワ?^ | 11001111110001000011111100111111110000001110000110100101111011110011111101011110 | cfc43f3fc0e1a5ef3f5e |
UTF-8 | 歪득퍍節ワ슥^ | 11100110101011011010101011101011100100111001110111101101100011011000110111100111101011111000000011100011100000111010111111101100100010101010010101011110 | e6adaaeb939ded8d8de7af80e383afec8aa55e |
UHC | 歪득퍍節ワ슥^ | 11101000111000001011010111100110101110111000010011101111101111011010101111101111101111011011101101011110 | e8e0b5e6bb84efbdabefbdbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)