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 | 瓮??鈺??^ | 111000010100010000111111001111111111101111000100001111110011111101011110 | e1443f3ffbc43f3f5e |
EUC-JP | 瓮??鈺??^ | 11100001101001010011111100111111100011111110001111010101001111110011111101011110 | e1a53f3f8fe3d53f3f5e |
UTF-8 | 瓮귨슬鈺롳슁^ | 11100111100100111010111011101010101101111010100011101100100010101010110011101001100010001011101011101011101000011011001111101100100010101000000101011110 | e793aeeab7a8ec8aace988baeba1b3ec8a815e |
UHC | 瓮귨슬鈺롳슁^ | 11101000101101111000001011101111101111011011110111101000101011011000111011101111101111011011001101011110 | e8b782efbdbde8ad8eefbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)