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 | 亦??魏?? | 1001011010010010001111110011111111101001101100000011111100111111 | 96923f3fe9b03f3f |
EUC-JP | 亦??魏?? | 1100101111110010001111110011111111110010101100100011111100111111 | cbf23f3ff2b23f3f |
UTF-8 | 亦껁끆魏꾣틦 | 111001001011101010100110111010101011101110000001111010111000000110000110111010011010110110001111111010101011111010100011111011011000101110100110 | e4baa6eabb81eb8186e9ad8feabea3ed8ba6 |
UHC | 亦껁끆魏꾣틦 | 111001101011001010000011111000111000010110111010111010101110000010000100111001101011101010010000 | e6b283e385baeae084e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)