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 | ?〓???? | 00111111100000011010110000111111001111110011111100111111 | 3f81ac3f3f3f3f |
EUC-JP | 縕〓???? | 100011111101010011000010101000101010111000111111001111110011111100111111 | 8fd4c2a2ae3f3f3f3f |
UTF-8 | 縕〓젣獵밸젳 | 111001111011100010010101111000111000000010010011111011001010000010100011111011111010011010100111111010111011000010111000111011001010000010110011 | e7b895e38093eca0a3efa6a7ebb0b8eca0b3 |
UHC | 縕〓젣獵밸젳 | 111010001011001010100001111010111010000010011100111001111010011010111001111010111010000010100111 | e8b2a1eba09ce7a6b9eba0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)