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 | ??あ??あ^ | 001111110011111110000010101000000011111100111111100000101010000001011110 | 3f3f82a03f3f82a05e |
EUC-JP | ??あ??あ^ | 001111110011111110100100101000100011111100111111101001001010001001011110 | 3f3fa4a23f3fa4a25e |
UTF-8 | 룵殺あ룵殺あ^ | 11101011101000111011010111101111101001011011000011100011100000011000001011101011101000111011010111101111101001011011000011100011100000011000001001011110 | eba3b5efa5b0e38182eba3b5efa5b0e381825e |
UHC | 룵殺あ룵殺あ^ | 10001111101010101110000111101101101010101010001010001111101010101110000111101101101010101010001001011110 | 8faae1edaaa28faae1edaaa25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)