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 | 雅??夷?? | 1000100111101011001111110011111110001000110011100011111100111111 | 89eb3f3f88ce3f3f |
EUC-JP | 雅??夷?? | 1011001011101101001111110011111110110000110100000011111100111111 | b2ed3f3fb0d03f3f |
UTF-8 | 雅덉궠夷썸뉘 | 111010011001101110000101111010111000110110001001111010101011011010100000111001011010010010110111111011001000110110111000111010111000100110011000 | e99b85eb8d89eab6a0e5a4b7ec8db8eb8998 |
UHC | 雅덉궠夷썸뉘 | 111001001011101010001000111011001000001010110011111011001010100010111101111001101011010010110101 | e4ba88ec82b3eca8bde6b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)