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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 瞋Y瞋bE | 1111100011000101111000011101000101011001111110001100010111100001110100010110001001000101 | f8c5e1d159f8c5e1d16245 |
EUC-JP | ?瞋Y?瞋bE | 001111111110001011010011010110010011111111100010110100110110001001000101 | 3fe2d3593fe2d36245 |
UTF-8 | 瞋Y瞋bE | 111011101001100110100100111001111001111010001011010110011110111010011001101001001110011110011110100010110110001001000101 | ee99a4e79e8b59ee99a4e79e8b6245 |
UHC | ?瞋Y?瞋bE | 001111111111001011011001010110010011111111110010110110010110001001000101 | 3ff2d9593ff2d96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)