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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 檣??樟? | 10011110111111000011111100111111100011111011111000111111 | 9efc3f3f8fbe3f |
EUC-JP | 檣??樟? | 11011100111111100011111100111111101111101100000000111111 | dcfe3f3fbec03f |
UTF-8 | 檣ㅹ벅樟렱 | 111001101010101010100011111000111000010110111001111010111011001010000101111001101010100010011111111010111010000010110001 | e6aaa3e385b9ebb285e6a89feba0b1 |
UHC | 檣ㅹ벅樟렱 | 11101101111010101010010011101001101110011111011111101101111010011000111010111110 | edeaa4e9b9f7ede98ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)