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 | 憶レ?瓮??^ | 10001001101011111000001110001100001111111110000101000100001111110011111101011110 | 89af838c3fe1443f3f5e |
EUC-JP | 憶レ?瓮??^ | 10110010101100011010010111101100001111111110000110100101001111110011111101011110 | b2b1a5ec3fe1a53f3f5e |
UTF-8 | 憶レ꽠瓮뚯꽠^ | 11100110100001101011011011100011100000111010110011101010101111011010000011100111100100111010111011101011100110101010111111101010101111011010000001011110 | e686b6e383aceabda0e793aeeb9aafeabda05e |
UHC | 憶レ꽠瓮뚯꽠^ | 11100101111000111010101111101100100001001010110111101000101101111000110011101100100001001010110101011110 | e5e3abec84ade8b78cec84ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)