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 | 伊豆??轅? | 100010001100100110010011101001000011111100111111111001110111011000111111 | 88c993a43f3fe7763f |
EUC-JP | 伊豆??轅? | 101100001100101111000110101001100011111100111111111011011101011100111111 | b0cbc6a63f3fedd73f |
UTF-8 | 伊豆렰렋轅렋 | 111001001011110010001010111010001011000110000110111010111010000010110000111010111010000010001011111010001011110110000101111010111010000010001011 | e4bc8ae8b186eba0b0eba08be8bd85eba08b |
UHC | 伊豆렰렋轅렋 | 111011001010010111010100111001111000111010111101100011101010001011101010101111111000111010100010 | eca5d4e78ebd8ea2eabf8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)