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 | 壕橋??盒? | 100011011000100010001011101101000011111100111111111000011011010000111111 | 8d888bb43f3fe1b43f |
EUC-JP | 壕橋棅?盒? | 1011100111101000101101101011011010001111110000111111101100111111111000101011011000111111 | b9e8b6b68fc3fb3fe2b63f |
UTF-8 | 壕橋棅뤯盒⅛ | 111001011010001110010101111001101010100110001011111001101010001110000101111010111010010010101111111001111001101110010010111000101000010110011011 | e5a395e6a98be6a385eba4afe79b92e2859b |
UHC | 壕橋棅뤯盒⅛ | 111110111011110111001110111010011101110010111000100011111101110111111001111011001010100011111011 | fbbdcee9dcb88fddf9eca8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)