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 | 臾?た臾?? | 111001000110101100111111100000101011110111100100011010110011111100111111 | e46b3f82bde46b3f3f |
EUC-JP | 臾?た臾?? | 111001111100110000111111101001001011111111100111110011000011111100111111 | e7cc3fa4bfe7cc3f3f |
UTF-8 | 臾노た臾븍쳩 | 111010001000011110111110111010111000010110111000111000111000000110011111111010001000011110111110111010111011100010001101111011001011001110101001 | e887beeb85b8e3819fe887beebb88decb3a9 |
UHC | 臾노た臾븍쳩 | 111010111010110010110011111010111010101010111111111010111010110010111010111010111010101110001110 | ebacb3ebaabfebacbaebab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)