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 | 艶m?節?? | 100010011001000010000010100011010011111110010000110111110011111100111111 | 8990828d3f90df3f3f |
EUC-JP | 艶m?節?? | 101100011111000010100011111011010011111111000000111000010011111100111111 | b1f0a3ed3fc0e13f3f |
UTF-8 | 艶m렪節껊쨱 | 111010001000100110110110111011111011110110001101111010111010000010101010111001111010111110000000111010101011101110001010111011001010100010110001 | e889b6efbd8deba0aae7af80eabb8aeca8b1 |
UHC | 艶m렪節껊쨱 | 111001101111110110100011111011011000111010111000111011111011110110000011111010111010010010001011 | e6fda3ed8eb8efbd83eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)