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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繹??饒?? | 1110001110001000001111110011111111101001011000000011111100111111 | e3883f3fe9603f3f |
EUC-JP | 繹??饒?? | 1110010111101000001111110011111111110001110000010011111100111111 | e5e83f3ff1c13f3f |
UTF-8 | 繹울푶饒뱃몮 | 111001111011100110111001111011001001101010111000111011011001000110110110111010011010010110010010111010111011000110000011111010111010101010101110 | e7b9b9ec9ab8ed91b6e9a592ebb183ebaaae |
UHC | 繹울푶饒뱃몮 | 111001101011101010111111111011111011111010000100111010011010111010111001111011101001000110011000 | e6babfefbe84e9aeb9ee9198 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)