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 | 第??驀迷 | 1001000111100110001111110011111111101001011111011001011011000000 | 91e63f3fe97d96c0 |
EUC-JP | 第??驀迷 | 1100001011101000001111110011111111110001110111101100110011000010 | c2e83f3ff1deccc2 |
UTF-8 | 第뀄렪驀迷 | 111001111010110010101100111010111000000010000100111010111010000010101010111010011010100110000000111010001011111110110111 | e7acaceb8084eba0aae9a980e8bfb7 |
UHC | 第뀄렪驀迷 | 11110000101011111011001011101101100011101011100011011000111010011101101010111011 | f0afb2ed8eb8d8e9dabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)