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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淙?爰? | 100111111100100000111111111000001010011100111111 | 9fc83fe0a73f |
EUC-JP | 淙?爰? | 110111101100101000111111111000001010100100111111 | deca3fe0a93f |
UTF-8 | 淙렲爰렚 | 111001101011011110011001111010111010000010110010111001111000100010110000111010111010000010011010 | e6b799eba0b2e788b0eba09a |
UHC | 淙렲爰렚 | 1111000011111000100011101011111111101010101110101000111010101101 | f0f88ebfeaba8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)