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 | 伊?助?只? | 100010001100100100111111100011111001010100111111100100011111110000111111 | 88c93f8f953f91fc3f |
EUC-JP | 伊?助?只? | 101100001100101100111111101111011111010100111111110000101111111000111111 | b0cb3fbdf53fc2fe3f |
UTF-8 | 伊렫助렪只렑 | 111001001011110010001010111010111010000010101011111001011000101010101001111010111010000010101010111001011000111110101010111010111010000010010001 | e4bc8aeba0abe58aa9eba0aae58faaeba091 |
UHC | 伊렫助렪只렑 | 111011001010010110001110101110011111000010111110100011101011100011110001111111101000111010100110 | eca58eb9f0be8eb8f1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)