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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 将藉宵蜿「テ] | 1000111110101011111001010101001110001111101010101110010110001111101000101100001101011101 | 8fabe5538faae58fa2c35d |
EUC-JP | 将藉宵蜿「テ] | 10111110101011011110100110110100101111101010110011101001111011111000111010100010100011101100001101011101 | beade9b4beace9ef8ea28ec35d |
UTF-8 | 将藉宵蜿「テ] | 11100101101100001000011011101000100101111000100111100101101011101011010111101000100111001011111111101111101111011010001011101111101111101000001101011101 | e5b086e89789e5aeb5e89cbfefbda2efbe835d |
UHC | ?藉宵???] | 001111111110110110111110111000011011001000111111001111110011111101011101 | 3fedbee1b23f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)